/ Assembly List / LJCNetCommon / HTMLBuilder / EndsWithNewLine

Namespace - LJCNetCommon


Returns

true if builder text ends with a newline; otherwise false.

Syntax

C#
public Boolean EndsWithNewLine()

Indicates if the builder text ends with a newline.

Example

C#
var hb = new HTMLBuilder();

bool retValue = hb.EndsWithNewLine();
var result = retValue.ToString();

// result:
// False

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.